@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}
* {
    margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
    background: transparent; 
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
	-ms-interpolation-mode:bicubic
}
a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*����*/
.clear {
	clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/*font*/
@font-face {
	font-family:AdelleSans;
	font-weight:100;
	src:url(../fonts/AdelleSansW01-Thin.eot?#iefix);src:url(../fonts/AdelleSansW01-Thin.eot?#iefix) format("eot"),url(../fonts/AdelleSansW01-Thin.woff2) format("woff2"),url(../fonts/AdelleSansW01-Thin.woff) format("woff"),url(../fonts/AdelleSansW01-Thin.ttf) format("truetype"),url(../fonts/AdelleSansW01-Thin.svg#0c72e428-9e46-487e-826a-f77be2f4623e) format("svg");
}

@font-face {
	font-family:AdelleSans;
	font-weight:200;
	src:url(../fonts/AdelleSansW01-Light.eot?#iefix);src:url(../fonts/AdelleSansW01-Light.eot?#iefix) format("eot"),url(../fonts/AdelleSansW01-Light.woff2) format("woff2"),url(../fonts/AdelleSansW01-Light.woff) format("woff") url(../fonts/AdelleSansW01-Light.ttf) format("truetype"),url(../fonts/AdelleSansW01-Light.svg#9bb6d0b1-8b32-4634-9875-f9cdd769d7a4) format("svg");
}

@font-face {
	font-family:AdelleSans;
	font-weight:400;
	src:url(../fonts/AdelleSansW01-Regular.eot?#iefix);src:url(../fonts/AdelleSansW01-Regular.eot?#iefix) format("eot"),url(../fonts/AdelleSansW01-Regular.woff2) format("woff2"),url(../fonts/AdelleSansW01-Regular.woff) format("woff"),url(../fonts/AdelleSansW01-Regular.ttf) format("truetype"),url(../fonts/AdelleSansW01-Regular.svg#237d4d0a-43a8-49aa-b628-1a92bdba5c36) format("svg");
}

@font-face {
	font-family:AdelleSans;
	font-weight:700;
	src:url(../fonts/AdelleSansW01-Bold.eot?#iefix);src:url(../fonts/AdelleSansW01-Bold.eot?#iefix) format("eot"),url(../fonts/AdelleSansW01-Bold.woff2) format("woff2"),url(../fonts/AdelleSansW01-Bold.woff) format("woff"),url(../fonts/AdelleSansW01-Bold.ttf) format("truetype"),url(../fonts/AdelleSansW01-Bold.svg#f8b84079-8d2a-40a0-801d-278ca0f38d02) format("svg");
}

@font-face {
	font-family:"Number DIN";
	font-weight:200;
	font-style:normal;
	src:url(../font/DIN.eot);
	src:url(../font/DIN.eot?#iefix) format("eot"),url(../font/DIN.woff2) format("woff2"),url(../font/DIN.woff) format("woff"),url(../font/DIN.ttf) format("truetype"),url(../font/DIN.svg) format("svg")
}



/*ȫ��*/
html,body,td,th {
	color: #333;
	line-height:22px;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	font-family: AdelleSans, "微软雅黑", "microsoft yahei", Arial, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul,ol,li,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,li,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:100%;}button,input,select,textarea{font-size:100%;}ul,ol{
	padding: 0px;
}
body {position:relative;}

/*#transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
#transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/

#transform {transition: all 300ms ease-in 0ms;}
#transform * {transition: all 300ms ease-in 0ms;}

#transform:before,
#transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
#transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
#transform:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}

/*.transform {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}
.transform * {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms, height 300ms ease-in 0ms, width 300ms ease-in 0ms;}*/
.transform {transition: all 300ms ease-in 0ms;}
.transform * {transition: all 300ms ease-in 0ms;}
.transform:before,
.transform:after {transition: color 300ms ease-in 0ms, background 300ms ease-in 0ms, border 300ms ease-in 0ms;transition-duration:0.4s;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;}
.transform img {transition:0.6s;transition-duration:0.6s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
.transform:hover img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
/*-------------*/
/*tot*/
#header {width:100%;}
#header .tp_main {width:100%;height:66px;}
#header .tp_main .cont {width:1320px;height:66px;margin:0 auto;}
#header .tp_main .cont .logo { width:500px;float:left;}
#header .tp_main .cont .nav_tit {width:200px;height:66px;line-height:66px;float:right;background-color:#046791;font-size:20px;color:#fff;text-align:center; margin-right:70px;}
#header .tp_main .cont .Hotline {height:38px;line-height:38px;width:194px;float:right;background:#f5f5f5 url(../images/inc_t_tel.png) no-repeat 10px center;padding-left:26px; font-size:20px;color:#015174;font-family:"Number DIN";text-align:center;margin-right:40px;margin-top:14px;}
#header .tp_main .cont .language {height:38px;width:270px;float:right;margin-top:14px;}
#header .tp_main .cont .language h3 {display:block;height:38px;line-height:38px;width:110px;background-color:#015174;float:left;font-size:15px;color:#fff;text-align:center; font-weight:normal;}
#header .tp_main .cont .language p {display:block;height:36px;line-height:36px;width:158px;border:1px solid #eee;float:left;font-size:16px;color:#636363;text-align:center;}


#header .link_nav {height:64px;width:100%;position:relative;background:#046791 url(../images/tp_nav_bg_1.jpg) repeat-x bottom;}
/*#header .link_nav:after {content:'';width:100%;height:4px;background-color:#035c82;position:absolute;left:0;bottom:0;z-index:1;}*/
#header .link_nav ul {width:1320px;height:64px;margin:0 auto;}
#header .link_nav ul li {width:165px;height:60px;float:left;text-align:center;}
#header .link_nav ul li a.nav_size {display:inline-block;height:60px;line-height:60px;color:#e8f4ff;font-size:18px;background:url(../images/inc_t_1.png) no-repeat right center;padding-right:24px;}
#header .link_nav ul li:hover {background-color:#df1b27;border-bottom:4px solid #b8141c;}
#header .link_nav ul li:hover a.nav_size {color:#fff;}
#header .link_nav ul .sele {background-color:#df1b27;border-bottom:4px solid #b8141c;}
#header .link_nav ul .sele a.nav_size {color:#fff;}

#header .link_nav ul li .sub_bx {display:none;width:100%;position:absolute;z-index:101;left:0;top:64px;}
#header .link_nav ul li .sub_bx dl {width:100%;background:#fff url(../images/hr_01.jpg) repeat-y 63%;}
#header .link_nav ul li .sub_bx dl dd {width:63%;float:left;}
#header .link_nav ul li .sub_bx dl dd .bx {padding:40px 15px 10px 0;}
#header .link_nav ul li .sub_bx dl dd a {display:inline-block;height:40px;line-height:40px;width:200px;border:2px solid #e6e6e6;margin:0 20px 20px 17px;float:right;font-size:18px;color:#333;text-align:center;overflow:hidden;}
#header .link_nav ul li .sub_bx dl dd a:hover {border:2px solid #f25907;color:#f25907;}
#header .link_nav ul li .sub_bx dl dt {width:calc(37% - 35px);width:-moz-calc(37% - 35px);width:-webkit-calc(37% - 35px);float:left;padding:40px 0 40px 35px; text-align:left;}

#header .link_nav ul li .sub_bx dl dt .imgs {width:200px;height:150px;margin-right:20px;float:left;}
#header .link_nav ul li .sub_bx dl dt .txt {width:calc(100% - 220px);width:-moz-calc(100% - 220px);width:-webkit-calc(100% - 220px);float:left;}
#header .link_nav ul li .sub_bx dl dt .txt h2 {height:24px;line-height:24px;font-size:24px;font-weight:600;color:#333;text-transform:uppercase;}
#header .link_nav ul li .sub_bx dl dt .txt em {display:block;height:2px;width:50px;background-color:#f25907;margin:10px 0 10px 0;}
#header .link_nav ul li .sub_bx dl dt .txt p {height:88px;line-height:22px;font-size:15px;color:#666;overflow:hidden;}
#header .link_nav ul li .sub_bx .M_likes {width:88%;height:64px;padding:0 6%;background-color:#f8f8f8;}
#header .link_nav ul li .sub_bx .M_likes .list {width:calc(33.3333% - 1px);width:-moz-calc(33.3333% - 1px);width:-webkit-calc(33.3333% - 1px);height:44px;line-height:44px;float:left;border-right:1px solid #e6e6e6;background:url(../images/more_bg_06.png) no-repeat right center;margin-top:10px;text-indent:44px; text-align:left;}
#header .link_nav ul li .sub_bx .M_likes .list a {font-size:15px;color:#666;font-weight:bold;text-transform:uppercase;}
#header .link_nav ul li .sub_bx .M_likes .list a:hover {color:#333;}
#header .link_nav ul li .sub_bx .M_likes .list:last-child {border-right:0;}



#header .shadow {width:100%;height:38px;background: url(../images/tp_bg_1.png) repeat-x top;}
/*ind*/
.indx_banner {width:100%;height:540px;position:relative; background-color:#aae4e6;/*background:no-repeat center center;background-size:auto 100%;*/}
.indx_banner .swiper-banner {width:100%;height:540px;}
.indx_banner .swiper-banner .swiper-slide {background-position:center center;background-size:auto 100%;background-repeat: no-repeat;}
.indx_banner .swiper-banner .swiper-button-prev {width:98px;height:34px;border:1px solid #fff;background:url(../images/left_bn_1.png) no-repeat center center;opacity: .8;left:100px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-prev:hover {border:1px solid #ff742b;background:#ff742b url(../images/left_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-button-next {width:98px;height:34px;border:1px solid #fff;background:url(../images/right_bn_1.png) no-repeat center center;opacity: .8;left:200px;bottom:100px;top:auto;}
.indx_banner .swiper-banner .swiper-button-next:hover {border:1px solid #ff742b;background:#ff742b url(../images/right_bn_1.png) no-repeat center center;opacity: 1;}
.indx_banner .swiper-banner .swiper-pagination {bottom:146px;left:100px;width:200px;font-size:40px;color:#fff;height:50px;line-height:50px;font-weight:100;text-align:left;background:url(../images/hr_bn_1.png) no-repeat 34px center;}
.indx_banner .swiper-banner .swiper-pagination span {opacity: .8;}
.indx_banner .swiper-banner .swiper-button-prev:after,
.indx_banner .swiper-banner .swiper-button-next:after {display:none;}


.w1020 {width:1020px; margin-left:auto; margin-right:auto;}
.w1100 { width:1100px; margin:0px auto;}
.w1200 { width:1200px; margin:0px auto;}
.w1300 { width:1300px; margin:0px auto;}

#index { width:100%; padding:0px 0px 0px 0px;}

#index .titlt { width:100%;height:44px;text-align:center;margin-bottom:40px;position:relative;}
#index .titlt:before {content:'';width:100%;height:1px;position:absolute;background-color:#d9d9d9;left:0;top:50%;z-index:1;}
#index .titlt h2 {display:inline-block;height:44px;line-height:44px;font-size:36px;color:#015174;position:relative;z-index:10;padding:0 20px;}

#index .titlt_1 { width:100%;height:44px;text-align:center;margin-bottom:40px;position:relative;}
#index .titlt_1:before {content:'';width:100%;height:1px;position:absolute;background-color:#fff;left:0;top:50%;z-index:1;}
#index .titlt_1 h2 {display:inline-block;height:44px;line-height:44px;font-size:36px;color:#fff;position:relative;z-index:10;padding:0 20px;}

#index .more_1 {width:214px;height:54px;position:relative;overflow:hidden;margin:40px auto 0 auto;}
#index .more_1 a {display:block;height:50px;line-height:50px;width:155px;text-align:center;border:2px solid #ff742b;font-size:18px;color:#ff742b;background:url(../images/t_m_a_1.png) no-repeat 155px center;padding-right:55px;position:absolute;left:0;top:0;z-index:2;}
#index .more_1:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #ff742b;
  position:absolute;
  bottom: 0;
  left: 0;
  z-index:1;
}
#index .more_1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
  border: solid;
  border-width: 0 0 0 0;
  border-color: transparent #ff742b transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index:1;
}
#index .more_1:hover a {color:#fff;background:url(../images/t_m_a_1a.png) no-repeat 155px center;}
#index .more_1:hover:before {border-width: 135px 0 0 135px;}
#index .more_1:hover:after {border-width: 0 135px 135px 0;}


#index .product {width:100%;padding:50px 0;}
#index .product .cont {width:1320px;margin:0 auto;}
#index .product .cont .class {width:100%;height:22px;text-align:center;margin-bottom:30px;}
#index .product .cont .class a {display:inline-block;height:22px;line-height:22px;font-size:19px;color:#777676;padding-right:26px;margin-right:26px;border-right:1px solid #777676;}
#index .product .cont .class a:last-child {padding-right:0;margin-right:0;border-right:0;}
#index .product .cont ul {width:100%;}
#index .product .cont ul li.hot {width:710px;float:left;background-color:#e9e4e3;}
#index .product .cont ul li.hot .video {width:100%;height:460px;overflow:hidden;}
#index .product .cont ul li.hot .video #jr_video_bx {width:100%;height:460px;}
#index .product .cont ul li.hot .txt { padding:45px 34px;}
#index .product .cont ul li.hot .txt h2 {height:28px;line-height:28px;font-weight:normal;margin-bottom:24px;}
#index .product .cont ul li.hot .txt h2 a {font-size:24px;color:#015174;}
#index .product .cont ul li.hot .txt p {height:112px;font-size:16px;color:#424242;line-height:28px;margin-bottom:24px;overflow:hidden;}
#index .product .cont ul li.hot .txt a.more {display:inline-block;height:26px;line-height:26px;font-size:18px;color:#015174;background:url(../images/inc_m_1.png) no-repeat right center;padding-right:30px;}
#index .product .cont ul li.hot:hover {background-color:#015174;}
#index .product .cont ul li.hot:hover .txt h2 a {color:#fff;}
#index .product .cont ul li.hot:hover .txt p {color:#e4f7ff;}
#index .product .cont ul li.hot:hover .txt a.more {color:#fff;background:url(../images/inc_m_1a.png) no-repeat right center;}
#index .product .cont ul li.list {width:279px;background-color:#e9e4e3;float:left;margin-left:26px;margin-bottom:26px;}
#index .product .cont ul li.list .img {width:100%;height:279px;overflow:hidden;}
#index .product .cont ul li.list h2 {height:52px;line-height:26px;padding:19px 20px;font-weight:normal;}
#index .product .cont ul li.list h2 a {font-size:18px;color:#424242;}
#index .product .cont ul li.list:hover {background-color:#015174;}
#index .product .cont ul li.list:hover h2 a {color:#fff;}


#index .about {width:100%; padding-top:50px; background:url(../images/us_bg.jpg) no-repeat top center;}
#index .about .cont_1 {width:1320px;height:320px;margin:0 auto; padding-bottom:50px;}
#index .about .cont_1 .img_us {width:660px;height:320px;float:left;position:relative;overflow:hidden;}
#index .about .cont_1 .img_ry {width:308px;height:320px;float:left;position:relative;overflow:hidden;}
#index .about .cont_1 .img_wh {width:308px;height:320px;float:left;position:relative;overflow:hidden;}
#index .about .cont_1 .img_us h2,
#index .about .cont_1 .img_ry h2,
#index .about .cont_1 .img_wh h2 {height:70px;background:rgba(0, 0, 0, 0.6);position:absolute;z-index:99;left:0;bottom:0;font-size:22px;olor:#fff;line-height:70px;padding:0 25px;font-weight:normal;}
#index .about .cont_1 .img_us:hover h2,
#index .about .cont_1 .img_ry:hover h2,
#index .about .cont_1 .img_wh:hover h2 {height:70px;background:rgba(223, 27, 39, 0.6);}
#index .about .cont_1 .img_us h2 a,
#index .about .cont_1 .img_ry h2 a,
#index .about .cont_1 .img_wh h2 a {font-size:22px; color:#fff;}
#index .about .cont_1 .img_us h2 {width:610px;}
#index .about .cont_1 .img_ry h2 {width:258px;}
#index .about .cont_1 .img_wh h2 {width:258px;}
#index .about .cont_1 .mr {margin-right:22px;}
#index .about .cont_2 {width:100%;background-color:#028fa8;border-top:1px solid #02b1cd;}
#index .about .cont_2 .bx {width:1320px; margin:0 auto; padding:45px 0;}
#index .about .cont_2 .bx .text { height:140px;width:849px;float:left;line-height:28px;font-size:16px;color:#fff;overflow:hidden;}
#index .about .cont_2 .bx .text a { font-size:16px; color:#fff;}
#index .about .cont_2 .bx .info {width:330px;float:right;padding: 14px 0 14px 70px;border-left:1px dotted #fff;}
#index .about .cont_2 .bx .info .tel,
#index .about .cont_2 .bx .info .email {height:44px;padding-left:48px; background:no-repeat left center;font-size:24px;color:#fff;line-height:37px;}
#index .about .cont_2 .bx .info .tel {margin-bottom:24px;}


#index .youshi { width:100%;padding:50px 0;}
#index .youshi .cont {width:1320px;height:600px;margin:0 auto;}
#index .youshi .cont ul li {width:312px;height:600px;float:left;margin-right:24px;}
#index .youshi .cont ul li:last-child {margin-right:0;}
#index .youshi .cont ul li .img {width:100%;height:380px;overflow:hidden;}
#index .youshi .cont ul li h2 {width:100%;height:54px;line-height:54px;background-color:#015174;font-size:20px;color:#fff;font-weight:normal;text-indent:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#index .youshi .cont ul li p {height:104px;font-size:16px;color:#5e5e5e;line-height:26px;margin:18px 0;overflow:hidden;}
#index .youshi .cont ul li a.more {display:inline-block;height:26px;line-height:26px;font-size:18px;color:#015174;background:url(../images/inc_m_2a.png) no-repeat right center;padding-right:32px;}
#index .youshi .cont ul li:hover {}
#index .youshi .cont ul li:hover h2 {background-color:#df1b27;}
#index .youshi .cont ul li:hover a.more {}

#index .news { width:100%;padding:10px 0 50px 0;}
#index .news .cont {width:1320px;margin:0 auto;}
#index .news .cont .news_gs {width:450px;float:left;}
#index .news .cont .news_gs h2 {font-size:22px;color:#015174;height:26px;line-height:26px;margin-bottom:26px;}
#index .news .cont .news_gs h2 a {font-size:22px;color:#015174;}
#index .news .cont .news_gs ul li {height:60px;line-height:60px;text-indent:16px;font-size:18px;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#index .news .cont .news_gs ul li a {font-size:18px;color:#18274a;}
#index .news .cont .news_gs ul li font.date {font-style:normal;margin-right:16px;}
#index .news .cont .news_gs a.more {display:inline-block;height:26px;line-height:26px;font-size:18px;color:#015174;background:url(../images/inc_m_2a.png) no-repeat right center;padding-right:32px;margin-top:24px;}
#index .news .cont .news_hy {width:830px;float:right;}
#index .news .cont .news_hy h2 {font-size:22px;color:#015174;height:26px;line-height:26px;margin-bottom:26px;}
#index .news .cont .news_hy h2 a {font-size:22px;color:#015174;}
#index .news .cont .news_hy ul li {padding:15px;}
#index .news .cont .news_hy ul li h3 {height:26px;line-height:26px;font-size:18px;color:#18274a; font-weight:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#index .news .cont .news_hy ul li h3 a {font-size:18px;color:#18274a;}
#index .news .cont .news_hy ul li p {height:52px;line-height:26px;font-size:18px;color:#595857;overflow:hidden;}
#index .news .cont .news_hy a.more {display:inline-block;height:26px;line-height:26px;font-size:18px;color:#015174;background:url(../images/inc_m_2a.png) no-repeat right center;padding-right:32px;margin-top:24px;}




#index .anli {width:1320px;padding:50px 0;margin:0 auto;background-color:#e9e4e3; margin-bottom:60px;}
#index .anli .cont {width:1266px;height:488px;margin:0 auto;}
#index .anli .cont ul li {width:400px;float:left;margin-right:33px;}
#index .anli .cont ul li:last-child {margin-right:0;}
#index .anli .cont ul li .img {width:100%;height:270px;overflow:hidden;}
#index .anli .cont ul li h2 {height:30px;font-size:22px;color:#015174;line-height:30px;margin:15px 0;}
#index .anli .cont ul li h2 a {font-size:22px;color:#015174;}
#index .anli .cont ul li p {height:78px;line-height:26px;font-size:18px;color:#595857;overflow:hidden;}
#index .anli .cont ul li a.more {display:inline-block;height:26px;line-height:26px;font-size:18px;color:#015174;background:url(../images/inc_m_2a.png) no-repeat right center;padding-right:32px;margin-top:24px;}



.kstd_bx { background-color:#f2f3f7; width:100%; padding:30px 0;}
.kstd_bx .cont { width:1100px; margin:0 auto;}
.kstd_bx .cont .tit_bt {height:30px;width:100%;background: url(../images/kstd_bg_02.jpg) repeat-x center center; margin-bottom:30px;}
.kstd_bx .cont .tit_bt h3 {width:195px; height:30px; margin:0 auto; background-color:#f2f3f7;}
.kstd_bx .cont .text { border:1px #bcbebd solid;}
.kstd_bx .cont .text .class_list_1 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_1 h2 { padding-top:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666; float:left;display: block;}
.kstd_bx .cont .text .class_list_1 ul {padding:20px 20px 0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_1 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_1 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_2 { height:40px; width:100%;}
.kstd_bx .cont .text .class_list_2 h2 {height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_2 ul {padding:0 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_2 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_2 ul li a {font-size:14px; line-height:40px;color:#666;}
.kstd_bx .cont .text .class_list_3 { height:60px; width:100%;}
.kstd_bx .cont .text .class_list_3 h2 { padding-bottom:20px; height:40px; line-height:40px; width:119px;border-right:1px #bcbebd solid; text-align:center; font-size:16px; color:#666;display: block;}
.kstd_bx .cont .text .class_list_3 ul {padding:0 20px 20px 20px; height:40px; width:938px; float:left;}
.kstd_bx .cont .text .class_list_3 ul li { font-size:14px; line-height:40px; float:left; padding-left:30px; color:#666;}
.kstd_bx .cont .text .class_list_3 ul li a {font-size:14px; line-height:40px;color:#666;}



#index a.more1 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -440px;
	display: block;
}
#index a.more1:hover {color: #0063a7;text-decoration: none;}
#index a.more2 {
	font-size:14px;
	color:#666666;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:31px;
	float:right;
	background-image: url(../images/ico_indx.png);
	background-repeat: no-repeat;
	background-position: 65px -478px;
	display: block;
}
#index a.more2:hover {color: #0063a7;text-decoration: none;}

#index a.more3 {
	font-size:14px;
	color:#323232;
	line-height:26px;
	margin-top:9px;
	margin-right:10px;
	padding-right:20px;
	float:right;
	background-image: url(../images/more_ic.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#index a.more3:hover {color: #FF3300;text-decoration: none;}





/*footer*/
#footer {width:100%;background-color:#015174;}
#footer .info {width:1320px;margin:0 auto;padding:70px 0;}
#footer .info .contact {width:350px;float:left;padding-right:50px;font-size:17px;color:#bfbdbd;line-height:32px;}
#footer .info .links {width:245px;float:left;padding-right:50px;}
#footer .info .messages {width:330px;float:left;}
#footer .info h2 {height:30px;line-height:30px;font-size:24px;color:#fff;font-weight:normal;}
#footer .info h2 a {font-size:24px;color:#fff;}
#footer .info .text {font-size:17px;color:#bfbdbd;line-height:32px;margin-top:25px;}
#footer .info ul {margin-top:25px;}
#footer .info ul li {height:38px;font-size:17px;color:#bfbdbd;line-height:38px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#footer .info ul li a {font-size:17px;color:#bfbdbd;}
#footer .info .form_mess {width:100%;margin-top:25px;}
#footer .info .form_mess .input {width:290px;height:24px;background-color:#2a2a2a;font-size:16px;color:#fff;line-height:24px;padding:10px 20px;margin-bottom:12px;}
#footer .info .form_mess .content {width:290px;height:72px;background-color:#2a2a2a;font-size:16px;color:#fff;line-height:24px;padding:10px 20px;margin-bottom:12px;}
#footer .info .form_mess .submit {height:44px;width:134px;background-color:#df1b26;font-size:16px;color:#fff;line-height:44px;text-align:center;}
#footer .info .form_mess input,
#footer .info .form_mess textarea {resize:none;border:none;outline:none;}

#footer .bottom {width:100%;background-color:#028fa8;padding:22px 0;font-size:15px;color:#fff;line-height:26px;}
#footer .bottom .cont {width:1320px;margin:0 auto;}
#footer .bottom a {font-size:15px;color:#fff;line-height:26px;}


